Finger Pulse Oximeter Using MAX30100
https://www.instructables.com/id/Finger-Pulse-Oximeter-Using-MAX30100/
@micropython_iot
https://www.instructables.com/id/Finger-Pulse-Oximeter-Using-MAX30100/
@micropython_iot
How to Use the MAX30100 as Arduino Heart Rate Sensor
https://www.teachmemicro.com/max30100-arduino-heart-rate-sensor/
🔰 @micropython_iot
https://www.teachmemicro.com/max30100-arduino-heart-rate-sensor/
🔰 @micropython_iot
🔰How to Build an RGB LED Circuit with an Arduino
const int redLED= 2;
const int greenLED= 4;
const int blueLED= 7;
void setup()
{
pinMode(redLED, OUTPUT);
pinMode(greenLED, OUTPUT);
pinMode(blueLED, OUTPUT);
}
void loop()
{
digitalWrite(redLED,HIGH);
delay(3000);
digitalWrite(redLED, LOW);
digitalWrite(greenLED,HIGH);
delay(3000);
digitalWrite(greenLED, LOW);
digitalWrite(blueLED, HIGH);
delay(3000);
digitalWrite(blueLED, LOW);
}
🆔 @micropython_iot
const int redLED= 2;
const int greenLED= 4;
const int blueLED= 7;
void setup()
{
pinMode(redLED, OUTPUT);
pinMode(greenLED, OUTPUT);
pinMode(blueLED, OUTPUT);
}
void loop()
{
digitalWrite(redLED,HIGH);
delay(3000);
digitalWrite(redLED, LOW);
digitalWrite(greenLED,HIGH);
delay(3000);
digitalWrite(greenLED, LOW);
digitalWrite(blueLED, HIGH);
delay(3000);
digitalWrite(blueLED, LOW);
}
🆔 @micropython_iot
Forwarded from 🐍 Python & Raspberry 🐍 (F.Naserizadeh)
🔴 اینترنت اشیا
خانه هوشمند
https://www.open-electronics.org/using-a-telegram-bot-and-a-demo-board-to-experiment-with-home-automation/?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+OpenElectronics+%28Open+Electronics%29
🔰 @raspberry_python
خانه هوشمند
https://www.open-electronics.org/using-a-telegram-bot-and-a-demo-board-to-experiment-with-home-automation/?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+OpenElectronics+%28Open+Electronics%29
🔰 @raspberry_python
Open Electronics
Using a Telegram Bot and a Demo Board to experiment with home automation - Open Electronics
Let’s discover the potential of the instant messaging app, Telegram, by creating a remote control, based on a smartphone and a WiFi powered demoboard. We may say that, when we have our smartphone in our hands, we have a door opened to the world. This is…
اندازه گیری سطح مایعات با آردینو
🔰 Arduino Liquid Level Sensor Circuit
const int sensorPin= 0;
int liquid_level;
void setup() {
Serial.begin(9600);
pinMode(sensorPin, INPUT);
}
void loop() {
liquid_level= analogRead(sensorPin);
Serial.println(liquid_level);
delay(100);
}
🔰 @micropython_iot
🔰 Arduino Liquid Level Sensor Circuit
const int sensorPin= 0;
int liquid_level;
void setup() {
Serial.begin(9600);
pinMode(sensorPin, INPUT);
}
void loop() {
liquid_level= analogRead(sensorPin);
Serial.println(liquid_level);
delay(100);
}
🔰 @micropython_iot
mqtt-v3.1.1-os.pdf
2.2 MB
پروتکل mqtt
@micropython_iot
@micropython_iot
Forwarded from 🐍 Python & Raspberry 🐍 (فرهاد ناصری زاده)
نکات کاربردی پایتون.pdf
1.5 MB
Forwarded from 🐍 Python & Raspberry 🐍 (فرهاد ناصری زاده)
GeeksforGeeks
Python Tutorial | Learn Python Programming Language - GeeksforGeeks
Your All-in-One Learning Portal: GeeksforGeeks is a comprehensive educational platform that empowers learners across domains-spanning computer science and programming, school education, upskilling, commerce, software tools, competitive exams, and more.
Forwarded from 🐍 Python & Raspberry 🐍 (فرهاد ناصری زاده)
در بهاران كى شود سرسبز سنگ
خاك شو تا گل برويى رنگ رنگ
سال ها تو سنگ بودى دلخراش
آزمون را يك زمانى خاك باش
مولانا
سال ۹۸ بر شما مبارکباد. 🌺☘☘🌹
با آروزی سالی همراه با سلامت و موفقیت برای تمامی اعضای محترم کانال
ارادتمند شما فرهاد ناصری زاده
💐💐💚💚💞💞💜💜💗💗🌹🌹🌻🌻🌻🌻🌷🌷☘☘🌴🌴🌳🌳🌲🌲🎄🎄🍃🍃🍄🍄🌺🌺🌸🌸
خاك شو تا گل برويى رنگ رنگ
سال ها تو سنگ بودى دلخراش
آزمون را يك زمانى خاك باش
مولانا
سال ۹۸ بر شما مبارکباد. 🌺☘☘🌹
با آروزی سالی همراه با سلامت و موفقیت برای تمامی اعضای محترم کانال
ارادتمند شما فرهاد ناصری زاده
💐💐💚💚💞💞💜💜💗💗🌹🌹🌻🌻🌻🌻🌷🌷☘☘🌴🌴🌳🌳🌲🌲🎄🎄🍃🍃🍄🍄🌺🌺🌸🌸
Forwarded from 🐍 Python & Raspberry 🐍 (alireza yahyapour)
4_5886377134435337232.rar
5 MB
✅آموزش نصب micropython روی ESP8266-01 هست به اضافه ی تمام فایل های مورد نیاز برای راه اندازی و استفاده که firmware هم گذاشته شده.😊
با تشکر از دوست عزیز : @Black_Captain
🆔 @raspberry_python
با تشکر از دوست عزیز : @Black_Captain
🆔 @raspberry_python
Forwarded from 🐍 Python & Raspberry 🐍 (فرهاد ناصری زاده)
کنترل خودکار خانه با رزبری پای
🌟 انتشار 2019
Home Automation with Raspberry Pi: Projects Using Google Home, Amazon Echo, and Other Intelligent Personal Assistants
❇️ @raspberry_python
🌟 انتشار 2019
Home Automation with Raspberry Pi: Projects Using Google Home, Amazon Echo, and Other Intelligent Personal Assistants
❇️ @raspberry_python
Forwarded from 🐍 Python & Raspberry 🐍 (فرهاد ناصری زاده)
Donald_Norris_Home_Automation_with.pdf
10.1 MB
کنترل خودکار خانه با رزبری پای
🌟 انتشار 2019
Home Automation with Raspberry Pi: Projects Using Google Home, Amazon Echo, and Other Intelligent Personal Assistants
❇️ @raspberry_python
🌟 انتشار 2019
Home Automation with Raspberry Pi: Projects Using Google Home, Amazon Echo, and Other Intelligent Personal Assistants
❇️ @raspberry_python